home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TTTOCF.PAK / MAKEFILE next >
Text File  |  1997-05-06  |  399b  |  18 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows - (C) Copyright 1994 by Borland International
  3. #----------------------------------------------------------------------------
  4. MODELS=ldf
  5.  
  6. EXERES = ttt
  7.  
  8. DLL    = tttdll
  9. RESDLL = ttt.res
  10.  
  11.  
  12. RULES = ^
  13. tttdll.obj : ttt.cpp ^
  14.   $(BCC) -otttdll.obj ttt.cpp
  15.  
  16. !include $(BCEXAMPLEDIR)\owlocfmk.gen
  17.  
  18.